Numeric Literals

 
Syntax

 

numeric_literal.bmp

 

Examples of Numeric Literals:

 

Literal

Data Type

1234

Numeric(4,0)

-123456

Numeric(6,0)

12345.56

Numeric(5,2)

123e0

Double